net/http.http2clientStream.ID (field)
18 uses
net/http (current package)
h2_bundle.go#L7708: ID uint32
h2_bundle.go#L8910: err = cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L8938: if cs.ID == 0 {
h2_bundle.go#L8956: readSinceStream := cc.readBeforeStreamID > cs.ID
h2_bundle.go#L8981: cc.writeStreamReset(cs.ID, se.Code, false, err)
h2_bundle.go#L9014: cc.writeStreamReset(cs.ID, http2ErrCodeCancel, ping, err)
h2_bundle.go#L9020: cc.writeStreamReset(cs.ID, http2ErrCodeNo, false, nil)
h2_bundle.go#L9024: if cs.ID != 0 {
h2_bundle.go#L9025: cc.forgetStreamID(cs.ID)
h2_bundle.go#L9225: err = cc.fr.WriteData(cs.ID, sentEnd, data)
h2_bundle.go#L9273: err = cc.writeHeaders(cs.ID, true, maxFrameSize, trls)
h2_bundle.go#L9275: err = cc.fr.WriteData(cs.ID, true, nil)
h2_bundle.go#L9373: cs.ID = cc.nextStreamID
h2_bundle.go#L9375: cc.streams[cs.ID] = cs
h2_bundle.go#L9376: if cs.ID == 0 {
h2_bundle.go#L9890: cc.fr.WriteWindowUpdate(cs.ID, http2mustUint31(streamAdd))
h2_bundle.go#L10035: cc.fr.WriteWindowUpdate(cs.ID, uint32(sendStream))
h2_bundle.go#L10260: serr := http2streamError(cs.ID, f.ErrCode)